.technologyDesc {
  position: relative;
  height: 100%;
  min-height: 930px;
  overflow: hidden;
}
.technologyDesc .technologyList {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 930px;
}
.technologyDesc .technologyList .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 930px;
  padding-left: 12.5%;
  padding-top: 6%;
  color: #fff;
  background-size: cover;

}
.technologyDesc .technologyList .item:nth-of-type(1)

{  background: url('../../images/xzwm1.jpg') no-repeat;color:#222;}

.technologyDesc .technologyList .item:nth-of-type(2)

{  background: url('../../images/xzwm2.jpg') no-repeat;}

.technologyDesc .technologyList .item:nth-of-type(3)

{  background: url('../../images/xzwm3.jpg') no-repeat;}

.technologyDesc .technologyList .item:nth-of-type(4)

{  background: url('../../images/xzwm4.jpg') no-repeat;}



.technologyDesc .technologyList .item > img {
  display: none;
}
.technologyDesc .technologyList .item .l-btn {
  margin-top: 50px;
}
.technologyDesc .technologyList .item .title {
  font-size: 38px;
  font-weight: bold;
}
.technologyDesc .technologyList .item .descSection.t-w35 {
  line-height: 2;
}
.technologyDesc .technologyList .item .desc {
  font-size: 18px;
  opacity: 0.16;
  margin: 12px 0;
}
.technologyDesc .technologyList .item .t-w35 {
  width: 35%;
  word-break: break-all;
  text-align: left;
}
.technologyDesc .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 108px;
  background-color: rgba(17, 65, 151, 0.4);
}
.technologyDesc .bottom > div {
  height: 108px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}
.technologyDesc .bottom > div .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.technologyDesc .bottom > div .item .logo img:nth-child(1) {
  display: block;
}
.technologyDesc .bottom > div .item .logo img:nth-child(2) {
  display: none;
}
.technologyDesc .bottom > div .item .title {
  color: #fff;
}
.technologyDesc .bottom > div .item .eject {
  position: absolute;
  bottom: 0;
  display: block;
  transition: all 0.3s ease-in-out;
}
.technologyDesc .bottom > div .item .eject .image {
  width: 100%;
  height: 170px;
}
.technologyDesc .bottom > div .item .eject .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.technologyDesc .bottom > div .item .eject .text {
  width: 100%;
  height: 129px;
  display: flex;
  flex-direction: column;
  color: #fff;
  align-items: center;
  justify-content: center;
  background-color: #114197;
  padding-top: 19px;
}
.technologyDesc .bottom > div .item .eject .text div:nth-child(1) {
  font-size: 20px;font-weight:bold;
}
.technologyDesc .bottom > div .item .eject .text div:nth-child(2) {
  font-size: 22px;
  margin-top: 16px;
}
.technologyDesc .bottom > div .item .eject .eject-logo {
  position: absolute;
  top: calc(50% + 25px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.technologyDesc .bottom > div .logo {
  margin-bottom: 11px;
}
